[INS-08101] Unexpected error while executing the action at state: supportedOSCheck

During the installation of Oracle 19c, encountered the error message [INS-08101] Unexpected error while executing the action at state: 'supportedOSCheck' indicates that the CV_ASSUME_DISTID environmental variable, set by the verification program, is missing.

To resolve this error, follow these steps: INS-08101-supportedOSCheck

Identify a valid distribution ID

It is important to note that any valid distribution ID can be used.
For example, for RHEL 9.2 , you can use OEL9.2 as the distribution ID.

Implementing the solution

To temporarily disable the check at the session level, set the CV_ASSUME_DISTID environmental variable using the following command:
[oracle@dbdocs dbhome_1]$ export CV_ASSUME_DISTID=OEL9.2 
This command sets the CV_ASSUME_DISTID to 'OEL9.2' for the current session.

Alternatively, you can set the CV_ASSUME_DISTID environmental variable by editing the CVU configuration file:

[oracle@dbdocs dbhome_1]$ vi $ORACLE_HOME/cv/admin/cvu_config

#Uncomment the line:
CV_ASSUME_DISTID=OEL9.2


Rate Your Experience

: 1 : 0

Online Tests
Read more

Oracle Database
Read more

MSSQL Database
Read more

PostGres Database
Read more

Linux
Read more

ASP/C#
Read more

Navigation Panel